projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad62b7f
)
(compilation-parse-errors): Remove debugging setq.
author
Roland McGrath
<roland@gnu.org>
Wed, 7 Apr 1993 19:57:10 +0000
(19:57 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 7 Apr 1993 19:57:10 +0000
(19:57 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index ab942de603d7842935d60dc95130436055382d9a..30697318ebccb36b9c7d7945b95365ac0988f03b 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-952,7
+952,6
@@
See variable `compilation-parse-errors-function' for the interface it uses."
(while (and alist
(null (match-beginning (car (car alist)))))
(setq alist (cdr alist)))
- (setq losing-data (match-data))
(if alist
(setq alist (car alist))
(error "compilation-parse-errors: impossible regexp match!"))